Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

RE: How can I get the collection of check marked documents ?
~Holly Opkiskiakoi 29.Oct.03 10:58 AM a Web browser
Notes Client 6.0.1 Windows XP


hi,
Declare the variable as notesdocumentcollection

example

Action click event

Dim session As New NotesSession
Dim db As NotesDatabase
Dim dc As NotesDocumentCollection
Dim doc As NotesDocument

Set db = session.CurrentDatabase
Set dc = db.UnprocessedDocuments


Set doc = dc.GetFirstDocument()
While Not(doc Is Nothing)
'Your code is here
Set doc = dc.GetNextDocument(doc)
Wend


Try it. All the Best




How can I get the collection of che... (~Denise Nonnipl... 29.Oct.03)
. . RE: How can I get the collection of... (~Holly Opkiskia... 29.Oct.03)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS